DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / NotifyItemRangeRemoved Method

In This Topic
    NotifyItemRangeRemoved Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub NotifyItemRangeRemoved( _
       ByVal positionStart As Integer, _
       ByVal itemCount As Integer _
    ) 
    public void NotifyItemRangeRemoved( 
       int positionStart,
       int itemCount
    )

    Parameters

    positionStart
    itemCount
    See Also